Schemat bigApi.v1
Typ prosty authErrorTypeEnum
Schemat bigApi.v1 : Typ prosty authErrorTypeEnum
Opis
Słownik rodzajów błędów autoryzacji (powód występienia błędu).
Enumeration of authorisation error types (error cause).
Przestrzeń nazw http://api.big.pl/bigApi/v1/types
Typ
Restriction of xs:string
Diagram
Typ prosty authErrorTypeEnum
Overview
authErrorTypeEnum Restriction of xs:string
Słownik rodzajów błędów autoryzacji (powód występienia błędu).
Enumeration of authorisation error types (error cause).
Dozwolone wartości
EnumerationunknownClientId
Nieznany identyfikator subskrybenta
Unknown subscriber identifier
EnumerationunknownUnitId
Nieznany identyfikator jednostki subskrybenta
Unknown subscriber unit identifier
EnumerationnoPrivileges
Brak uprawnień do wywołanej operacji lub zapytania
Not authorized to the invoked operation or query
EnumerationnoComponentPrivileges
Brak uprawnień do obligatoryjnego komponentu zamawianego raportu
Not authorized to the obligatory component of the ordered report
EnumerationnoProxyPrivileges
Brak uprawnień pośrednika do wywołanej operacji
The intermediary is not authorized to the invoked operation
EnumerationuserAccountBlocked
Konto użytkownika jest zablokowane
The user account is locked
EnumerationuserNotAssociated
Użytkownik nie związany z subskrybentem wskazanym w operacji
User not associated with the subscriber indicated in the operation
EnumerationlimitExceeded
Przekroczony limit na raporty
Report limit exceeded
EnumerationnoContract
Klient nie posiada aktywnej umowy
Client does not have an active contract
EnumerationnoPriceList
Klient nie posiada cennika
Client does not have price list
Źródło
<xs:simpleType name="authErrorTypeEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Słownik rodzajów błędów autoryzacji (powód występienia błędu).</div>
      <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Enumeration of authorisation error types (error cause).</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="unknownClientId">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Nieznany identyfikator subskrybenta</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Unknown subscriber identifier</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="unknownUnitId">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Nieznany identyfikator jednostki subskrybenta</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Unknown subscriber unit identifier</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="noPrivileges">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Brak uprawnień do wywołanej operacji lub zapytania</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Not authorized to the invoked operation or query</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="noComponentPrivileges">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Brak uprawnień do obligatoryjnego komponentu zamawianego raportu</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Not authorized to the obligatory component of the ordered report </div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="noProxyPrivileges">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Brak uprawnień pośrednika do wywołanej operacji</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">The intermediary is not authorized to the invoked operation</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="userAccountBlocked">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Konto użytkownika jest zablokowane</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">The user account is locked</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="userNotAssociated">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Użytkownik nie związany z subskrybentem wskazanym w operacji</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">User not associated with the subscriber indicated in the operation </div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="limitExceeded">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Przekroczony limit na raporty</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Report limit exceeded</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="noContract">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Klient nie posiada aktywnej umowy</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Client does not have an active contract</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="noPriceList">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Klient nie posiada cennika</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Client does not have price list</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Zobacz także
Schemat bigApi.v1